Python
import requests url = "https://platform.ankra.app/api/v1/clusters/{cluster_id}/provision" response = requests.post(url) print(response.json())
{ "marked_to_start_at": "2023-11-07T05:31:56Z" }
Successful Response
The response is of type object.
object