{
"locales_id": 15,
"data_type": 0,
"offset": 100,
"size": 200
}
curl --location --request POST '/adminapi/lang/translations/multiple' \
--header 'Content-Type: application/json' \
--data-raw '{
"locales_id": 15,
"data_type": 0,
"offset": 100,
"size": 200
}'
{}