Authorization: Bearer ********************
{
"data": {
"attributes": {
"role": "technical"
}
}
}
curl --location --request PUT 'https://api.servebolt.io/v1/bolts/1234/users/4567' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"role": "technical"
}
}
}'
{
"data": {
"id": 0,
"type": "string",
"attributes": {
"name": "string",
"email": "string",
"mobile": "string",
"country": "string",
"role": "string",
"pending": true
}
}
}