curl --location 'https://api.techrar.com/public-api/v1/organizations/app-configs/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"supported_cities_ids": [4, 12, 1],
"logistics_support": {
"4": null,
"12": null,
"1": null
}
}'{
"message": "string"
}