curl --request GET \
--url https://api.example.com/v1/convert/length/ft-to-m \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Convert feet to meters.
curl --request GET \
--url https://api.example.com/v1/convert/length/ft-to-m \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}