curl --request POST \
--url https://api.cekura.ai/test_framework/v1/scenarios/move_folder/ \
--header 'Content-Type: application/json' \
--header 'X-CEKURA-API-KEY: <api-key>' \
--data '
{
"path": "<string>",
"project_id": 123,
"new_parent_path": "<string>"
}
'