PUT
/profile
curl \
--request PUT 'https://artculthub-1287c0654e00.herokuapp.com/api/profile' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"username":"string","email":"string","isAmin":true}'
Request examples
{
"username": "string",
"email": "string",
"isAmin": true
}