cURL
curl --request POST \ --url https://console.gmicloud.ai/api/v1/containers/{id}/shell \ --header 'Authorization: Bearer <token>'
200
Example
{ "urlPath": "<string>"}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
successful