curl --location --request POST '/buckets' \ --header 'Authorization: Bearer bbf772c3-595d-28f8-cf14-a2993b0c54c6' \ --form 'bucket="otto"' \ --form 'key="abc"' \ --form 'value="123"'
{ "code": 0, "message": "string" }