curl --location --request PATCH '185.252.233.246/api/users/me' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"id": "string",
"email": "user@example.com",
"name": "string",
"role": "string",
"isActive": true,
"emailVerified": true,
"hasCompletedOnboarding": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}