curl --request POST \
--url https://ai.wisepilot.app/api/v1/lifecycle/{entityType}/{entityId}/skip-step \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"success": true,
"data": {
"skipped": true,
"currentStep": "<string>"
}
}Skip the current lifecycle step if it is marked as optional. minRole: editor
curl --request POST \
--url https://ai.wisepilot.app/api/v1/lifecycle/{entityType}/{entityId}/skip-step \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>"
}
'{
"success": true,
"data": {
"skipped": true,
"currentStep": "<string>"
}
}