curl --location --request POST '/instances' \ --header 'Accept: application/json' \ --header 'Authorization: {{ADMIN_TOKEN}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "My awesome instance" }'
{}