{
"amount": 0,
"app_id": "string",
"customer_id": "string",
"expires_at": "string",
"metadata": null,
"reason": "string",
"valid_from": "string"
}curl --location 'https://api.neucron.io/v1/credits/grant' \
--header 'X-Neucron-Business-ID;' \
--header 'X-Neucron-App-Secret;' \
--header 'Content-Type: application/json' \
--data '{
"amount": 0,
"app_id": "string",
"customer_id": "string",
"expires_at": "string",
"metadata": null,
"reason": "string",
"valid_from": "string"
}'{
"message": "string"
}