curl --location --request POST 'https://dash.ryzehosting.com/api/v2/account/redeem-voucher' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "H4ppYH0l1d4y5"
}'{
"response": "Voucher redeemed successfully",
"state": "success",
"code": 200,
"data": {
"amount": 5,
"formatted_amount": "5.00€",
"code": "H4ppYH0l1d4y5",
"message": "Gutschein erfolgreich eingelöst! 5.00€ wurden gutgeschrieben."
}
}