curl --location --request POST 'https://api.uat.tacra.market/user/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"profileName": "string"
}'{
"success": true,
"message": "string",
"body": {}
}