cURL
curl --request POST \ --url https://api.example.com/fleets \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "created_at": "2023-11-07T05:31:56Z", "destroyed": true, "id": "<string>", "name": "<string>", "namespace": "<string>" }
OK