Authorization: ********************curl --location --request PATCH 'https://api.ticaret.pro/accounts//users//role' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "owner"
}'{
"status": true,
"data": {
"id": "string",
"accountId": "string",
"userId": "string",
"role": "owner",
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}