curl --request POST \
--url https://api.malga.io/v1/customers/{customer_id}/cards \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '
{
"cardId": "82aba896-9e37-45b6-aa90-d510c9050596"
}
'curl --request POST \
--url https://api.malga.io/v1/customers/{customer_id}/cards \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>' \
--data '
{
"cardId": "82aba896-9e37-45b6-aa90-d510c9050596"
}
'Was this page helpful?