{ "telegramId": 7254476202, "pts": 100, "category":10 }
curl --location --request POST 'https://prd-api.playariagame.com/openapi/pts/give' \ --header 'X-API-KEY: put your api key' \ --header 'Content-Type: application/json' \ --data-raw '{ "telegramId": 7254476202, "pts": 100, "category":10 }'
{ "success": true, "errCode": null, "errMessage": null, "data": true }