curl --location 'http://localhost:1337/api/transport/terms' \ --header 'Content-Type: application/json' \ --data '{ "startdate": "2025-01-01", "enddate": "2025-04-01", "fee_term": "Two Terms", "fee": null }'
{}