Authorization: ********************{
"keys": [
"string"
]
}curl --location --request POST '/settings/get-by-keys' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keys": [
"string"
]
}'{
"code": 0,
"data": null,
"message": "string"
}