Body Required
POST /v1/client/redeem-rewards
curl \
-X POST https://api.bitlabs.ai/v1/client/redeem-rewards \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"category_id":"Amazon","tier_id":"5"}'
Request examples
{
"category_id": "Amazon",
"tier_id": "5"
}
Response examples (200)
{
"data": {
"balance": "string"
}
}