curl --request POST \
--url https://mock-api.cevro.ai/v1/bonus-types \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "WELCOMEBONUS",
"code": "WELCOME50",
"benefit_type": "Cash",
"amount": 10,
"description": "Welcome bonus for new players",
"wager_requirement": 500
}
'