curl --request GET \
--url 'https://api.example.com/v3/locales?api_key='{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url 'https://api.example.com/v3/locales?api_key='{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?