curl --location --request GET 'https://api.uat.tacra.market/user/profile' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"body": {
"userID": "string",
"userName": "string",
"userAvatar": "string"
}
}