curl --request GET \
--url https://api.example.com/v1/health/ideal-weight \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Calculate ideal body weight using various formulas.
curl --request GET \
--url https://api.example.com/v1/health/ideal-weight \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}