{
"userId": "string",
"data": {},
"img": "string",
"title": "string"
}curl --location '/resume/create' \
--header 'bladeauth;' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"data": {},
"img": "string",
"title": "string"
}'