create a new run

post/v0/run

Create a new run

Request
curl --request POST \
  --url https://api.cloud.nextmv.io/v0/run \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{}'
Response
"// No response received yet."