curl --location --request POST 'https://api.uat.tacra.market/user/ticket/redeem' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"codeType": "CIRCLE_HELPER",
"code": "string",
"firstName": "string",
"lastName": "string",
"DOB": "string",
"Country": "string",
"badgeName": "string"
}'{
"success": true,
"message": "string",
"body": {}
}