curl --request POST \
--url https://api.eachlabs.ai/v1/prediction/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"model": "<string>",
"version": "<string>",
"input": {},
"webhook_url": "<string>",
"webhook_secret": "<string>"
}
'