Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request samples
curl --location --request POST '/games/2/ais' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE3MDM3NTc0NjEsImlzcyI6Imp3dCJ9.XKnXUxn30TYVfw8MYLirWL8gMvnqQcuiBB2QAEP6C54' \
--form 'ai=@"cmMtdXBsb2FkLTE3MDM2NDcxMzU4ODEtMTE=/2021011538.zip"' \
--form 'note="aa"' \
--form 'sdk_id="1"'
Responses
application/json Modified at 2023-12-27 09:59:01