curl --location --request POST '/cryptomate/cards' \
--header 'X-API-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": {
"card_holder_name": "John Maxwell",
"email": "jonh.maxwell@mycompany.com",
"phone_country_code": "34",
"phone": "424263635",
"daily_limit": 50,
"weekly_limit": 350,
"monthly_limit": 1500
}
}'{}