Authorization: ********************
{
"context": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/translations/v1alpha1/getsystemmessage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": "string"
}'
{
"system_message": "string"
}