Authorization: Bearer ********************
curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/user/voucher//claim' \
--header 'Authorization: Bearer <token>'
{
"code": 403,
"title": "Forbidden",
"message": "Voucher already claimed",
"errors": []
}