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