curl --request GET \
--url https://api.example.com/v1/case/convert-all \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Convert text to all case formats at once.
curl --request GET \
--url https://api.example.com/v1/case/convert-all \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}