curl --request GET \
--url https://api.example.com/v1/math/is-perfect-square \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Check if a number is a perfect square.
curl --request GET \
--url https://api.example.com/v1/math/is-perfect-square \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}