curl --request POST \
--url https://api.openpipe.ai/api/v1/unstable/finetune/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"datasetId": "<string>",
"slug": "<string>",
"baseModel": "<string>",
"overrides": {}
}
'