Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params application/json
Request samples
curl --location --request PATCH '/user' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE3MDM1NzI1NzAsImlzcyI6Imp3dCJ9.2CCWtVo4i6HkjmwCXq204ojjlfMARstRFELEUzPGJxE' \
--header 'Content-Type: application/json' \
--data-raw '{
"bio": "qui"
}'
Responses
application/json Modified at 2023-12-25 06:36:41