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 DELETE '/contests//register' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2023-11-09 17:52:26