curl --location --request GET 'https://api.uat.tacra.market/user/payment/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"body": {
"isPaid": true,
"expIn": 0,
"amt": 0,
"currentMethod": {}
}
}