{ "key": "string", "value": "string" }
curl --location --request POST 'http://127.0.0.1/v1/buckets//objects' \ --header 'Content-Type: application/json' \ --data-raw '{ "key": "string", "value": "string" }'
{}