Add language
Adds a language to the organization. Returns 201 if added, 200 if it was already configured.
Authorization<token>
API key authentication using Bearer token format. Use: Bearer
In: header
Language to add
code?string
Response Body
curl -X POST "https://api.emfas.ai/v1/languages" \
-H "Content-Type: application/json" \
-d '{}'{
"code": "en",
"displayName": "English",
"isPrimary": true
}{
"code": "en",
"displayName": "English",
"isPrimary": true
}{
"error": "Internal server error"
}{
"error": "Internal server error"
}{
"error": "Internal server error"
}