Authorization: Bearer ********************curl --location --request PATCH 'https://api.eu-west-1.aworld.cloud/app/v1/users/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nickname": "string",
"profileImage": "http://example.com",
"lang": "aa",
"timezone": "Europe/Andorra"
}'{
"userId": "string",
"principalId": "string",
"externalId": "string",
"nickname": "string",
"profileImage": "http://example.com",
"lang": "en",
"timezone": "UTC",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}