curl --request POST \
--url https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/edit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"id": "<string>",
"note": "<string>"
}
'curl --request POST \
--url https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/edit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"id": "<string>",
"note": "<string>"
}
'curl --location --request POST 'https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/edit' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{API_KEY}}' \
--data-raw '{
"id": "nzd5nyi4keefsv2d",
"note": ""
}'