cURL
curl --request POST \ --url https://app.luly.ai/api/v1/pathway/folders/move \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "pathway_id": "<string>", "folder_id": "<string>" }'
{ "status": "success", "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1" }
Moves a pathway to a different folder or to the root level.