curl --location --request GET 'http://dev-cn.your-api-server.comapi/v1/projects/' \
--header 'authorization;' \
--form 'project_name=""' \
--form 'is_shared=""' \
--form 'sitemap_path=""' \
--form 'file_data_retension=""' \
--form 'is_ocr_enabled=""' \
--form 'is_anonymized=""' \
--form 'file=@""'
{
"status": "success",
"data": {
"id": 1,
"project_name": "My Project",
"sitemap_path": "https://www.example.com/sitemap.xml",
"is_chat_active": true,
"user_id": 1,
"team_id": 1,
"created_at": "2021-01-01 00:00:00",
"updated_at": "2021-01-01 00:00:00",
"deleted_at": "2021-01-01 00:00:00",
"type": "SITEMAP",
"is_shared": true,
"shareable_slug": "1234567890abcdef1234567890abcdef",
"shareable_link": "string",
"embed_code": "string",
"live_chat_code": "string"
}
}