curl --request POST \
--url https://beta.getplum.ai/v1/data/seed/{id}/pair \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"input": "<string>",
"output": "<string>",
"labels": [
"<string>"
],
"input_media": "aSDinaTvuI8gbWludGxpZnk=",
"system_prompt_template": "<string>"
}'