curl --location 'https://api.chattabox.com/v1/user//payment/methods' \
--header 'Authorization;'{
"data": [
{
"id": "string",
"type": "card",
"brand": "mastercard",
"name": "string",
"last4Digits": "string",
"expired": true,
"expiry": {
"month": 0,
"year": 0,
"value": "string"
}
}
]
}