curl --request POST \
--url https://api.promptlayer.com/rest/track-prompt \
--header 'Content-Type: application/json' \
--data '
{
"prompt_name": "<string>",
"prompt_input_variables": {},
"api_key": "<string>",
"request_id": 123,
"version": 123,
"label": "<string>"
}
'