{
"username": "test",
"email": "test-email",
"picture": "some-link",
"phoneNumber": "+34 123456789"
}curl --location --request PUT 'https://api.gycoding.com/accounts/user/profile' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "test",
"email": "test-email",
"picture": "some-link",
"phoneNumber": "+34 123456789"
}'{
"username": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"phoneNumber": "string",
"roles": [
"COMMON"
],
"picture": "http://example.com",
"email": "user@example.com",
"apiKey": "string"
}