This is the structure in response to Order cards in bulk
Once the cron job finishes processing, the result will be sent to the e-commerce system via a webhook,
using the structure defined in NotificationMessage.
{
"referenceBatch": "ddb809a183043042b1a19ccfba571822",
"status": 4,
"numCreated": 30,
"numFailed": 15
}We just need a status=200 response.
The generated cards are not yet attached to a customer; the /activateCardForCustomer endpoint exists for that purpose.