curl --request POST \
--url https://api.x402layer.cc/compute/provision \
--header 'Content-Type: application/json' \
--data '
{
"plan": "<string>",
"region": "<string>",
"os_id": 123,
"label": "<string>",
"hostname": "<string>",
"prepaid_hours": 123,
"network": "base",
"ssh_public_key": "<string>"
}
'