X-Jicoo-Api-Key: ********************curl --location --request PATCH '/v1/users/me/profile_image' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": {
"uid": "usr_123",
"name": "Jane Doe",
"email": "jane@example.com",
"givenName": "Jane",
"familyName": "Doe",
"profileImage": "https://example.com/avatar.png"
}
}