curl --location -g --request DELETE 'https://localhost/api/v1/workflows/?workspace_uuid={{workspace_uuid}}' \
--header 'Accept: application/json' \
--header 'X-Multiplai-Authorization;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{}