curl --request GET \
--url https://api.example.com/v1/math/compare \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Compare two numbers (e.g., is 0.9 greater than 0.11?).
curl --request GET \
--url https://api.example.com/v1/math/compare \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}