Xtrempay Api Documentation
Authorization: Bearer ********************{
"email": "omiwoletemitope@gmail.com",
"spinCoins": 10,
"retryCoins": 0,
"reason": "Promotional gift for loyal customer"
}curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/gaming/admin/coins/award' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "omiwoletemitope@gmail.com",
"spinCoins": 10,
"retryCoins": 0,
"reason": "Promotional gift for loyal customer"
}'{
"timestamp": "2024-01-15T10:30:00Z",
"status": 200,
"success": true,
"message": "Coin gift awarded successfully",
"data": {
"email": "user@example.com",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"spinCoinsAwarded": 100,
"retryCoinsAwarded": 5,
"success": true,
"errorMessage": null
}
}