Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/games//ais/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"id": 0,
"sdk": {
"id": 0,
"name": "string"
},
"note": "string",
"user": {
"avatar_url": "string",
"nickname": "string",
"username": "string"
},
"status": {
"state": "pending",
"msg": "string"
}
}
Modified at 2023-12-23 10:34:35