curl --request PATCH \
--url https://api.gputrader.io/v1/environments/{envId}/listing \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"availabilityWindows": [
{
"start": "<string>",
"end": "<string>"
}
],
"pricing": {
"pricePerGpu": 123
},
"isListed": true,
"type": "<string>"
}
'