curl --request POST \
--url http://api.superwize.ai/api/credits/grantAdReward \
--header 'Content-Type: application/json' \
--data '
{
"adId": "obj_01JHKZ0PV2WX123456789",
"amount": 10
}
'{
"granted": true,
"bonusBalance": 250
}Development-only endpoint to grant bonus credits for rewarded ad testing. In production, reward grants are handled by server-side verification callbacks.
curl --request POST \
--url http://api.superwize.ai/api/credits/grantAdReward \
--header 'Content-Type: application/json' \
--data '
{
"adId": "obj_01JHKZ0PV2WX123456789",
"amount": 10
}
'{
"granted": true,
"bonusBalance": 250
}