curl --location --request GET 'http://dev-cn.your-api-server.com/v2/aiproducts/translathor/' \
--header 'Authorization;'
[
{
"source_language": "string",
"target_language": "string",
"project_name": "string",
"fall_back_providers": "string",
"provider": "string",
"project_id": "string"
}
]