POST
/
api
/
user
/
handle
/
set
Set custom handle
curl --request POST \
  --url http://localhost:4000/api/user/handle/set \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "handle": "<string>"
}'
{
  "success": true,
  "data": {}
}
EOF < /dev/null

Authorizations

Authorization
string
header
required

Dynamic authentication JWT token

Body

application/json

Response

200
application/json

Handle set successfully

The response is of type object.