curl --location 'https://api-dev.commandroom.ai/api/api/rea/available-workflows/42?page=&per_page=' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"workspace_uuid": "00000000-0000-0000-0000-000000000000",
"workflows": {
"data": [
{
"uuid": "00000000-0000-0000-0000-000000000000",
"name": "Sample Name",
"description": "Sample description text.",
"profile_photo_url": "https://example.com/sample",
"status": "active",
"visibility": "string",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
],
"meta": {
"total": 10,
"count": 10
}
}
}