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 POST '/games' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoxLCJleHAiOjE3MDA3NDAzNjYsImlzcyI6Imp3dCJ9.NG2nVBAZV-9ouFzf25lElPvwGxI_QgrtHDWq1K3g8qQ' \
--header 'Content-Type: application/json' \
--data-raw '{
}'
Responses
application/json Modified at 2023-12-20 16:08:09