Authorization: Bearer ********************
{
"name": "string",
"email": "string"
}
curl --location --request PUT 'https://api.upbooks.io/api/v1/auth/profile' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string"
}'
{
"data": null,
"message": "string"
}