curl --location --request GET '/openapi/v0.9/wayline/api/v1/workspaces//waylines/123/action-samples' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--form 'sample_type="0"' \
--form 'is_webp_allowed="true"'
{
"code": 0,
"message": "success",
"data": {
"list": [
{
"action_uuid": "0e21264e-8e67-4e23-8427-89cfca56c83b",
"res_file_path": "test.jpg",
"zoom_image": null,
"snapshot_image": null,
"res_image": {
"create_at": 1750824373452,
"url": "http://"
},
"res_audio": null
}
]
}
}