curl --request POST \
--url https://api.example.com/language/get-language-by-country \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"countryId": 123
}
'{
"success": true,
"data": "<unknown>"
}Gets the list of languages by country.
curl --request POST \
--url https://api.example.com/language/get-language-by-country \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"countryId": 123
}
'{
"success": true,
"data": "<unknown>"
}