curl --request POST \
--url https://staging.crossmint.com/api/unstable/order-intents/{orderIntentId}/credentials \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <x-api-key>' \
--data '
{
"merchant": {
"name": "<string>",
"url": "<string>",
"countryCode": "<string>"
},
"products": [
{
"name": "<string>",
"price": 1,
"quantity": 4503599627370496
}
]
}
'