curl --request POST \
--url https://beta.getplum.ai/v1/data/synthetic \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"data": [
{
"input": "<string>",
"output": "<string>"
}
],
"system_prompt": "<string>"
}'