curl --request PUT \
--url https://api.floweq.com/v1/records/{record_id}/steps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "pdf_create",
"inputs": {
"pdf_filename": "pdf_filename",
"pdf_title": "PDF Title",
"template_id": "template_id"
}
}
'