curl --location --request GET '/v1/schema/id' \ --header 'Content-Type: application/json' \ --data-raw '{ "payment": { "type": "credit_card", "cardNumber": "string", "expiryDate": "string" } }'
{}