{ "a": "10", "b": "2" }
curl --location 'https://divide-api.onrender.com/api/divide' \ --header 'Content-Type: application/json' \ --data '{ "a": "10", "b": "2" }'
{ "result": 5 }