curl --request POST \
--url https://sdk-api.playcamp.io/v1/server/sponsors \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userId": "<string>",
"creatorKey": "<string>",
"campaignId": "<string>",
"isTest": false
}
'