curl --request POST \
--url https://api.nozle.app/api/v1/margin/simulate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"plan_code": "<string>",
"new_price_cents": 123,
"cost_change_percent": 123
}
'