curl --location --request POST 'https://dev.your-api-server.com/api/rest/v1/pricing-calculator' \ --header 'content-type: application/json' \ --data-raw ''
{ "calculateProductionApiServiceCost": { "cost": 0 } }