curl --request PUT \
--url https://api-dev.narrative.io/users/{user_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"name": "<string>",
"id": 20
}curl --request PUT \
--url https://api-dev.narrative.io/users/{user_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"name": "<string>",
"id": 20
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The user id
20
User name