Post https://app.moneygraph.ai/api/v1/decrypt
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
data* string
encrypted data
{
"message": "Data decrypted",
"status": "success",
"data": {
'card_number': '4242424242424242',
'exp_month': '08',
'exp_year': '2028',
'cvv': '123',
}
}