Modules\System\Http\Controllers\Admin\Language\LanguageTranslationsController::saveAuthorization: Bearer ********************{
"id": 0,
"module": "string",
"target": 1,
"text": "string",
"translations": [
"string"
]
}curl --location '/adminapi/system/language/translations/save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"module": "string",
"target": 1,
"text": "string",
"translations": [
"string"
]
}'{
"code": 200,
"message": "",
"data": null
}