Authorization: ********************curl --location --request POST '/api/service//upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"features": [
{
"action": "POST",
"target": "api/city",
"title": "Create city"
}
]
}'