Authorization: Bearer ********************curl --location --request GET 'https://api-platform.digitpulse.ai/v1/plots?page&limit' \
--header 'X-Timestamp: 1739933362' \
--header 'X-Signature: 1739933362' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"tenant_id": "string",
"created_by": "string",
"created_at": "string",
"updated_by": "string",
"updated_at": "string",
"name": "string",
"content": "string",
"image": null,
"type": "string",
"plot_config": {
"first_msg": "string",
"speak_char": "string",
"plots": [
{
"content": "string",
"task": "string",
"success_conditions": "string",
"background_music": "string",
"char_ids": [
"string"
]
}
],
"narration": "string",
"char_ids": [
"string"
],
"user_info": {
"user_name": "string",
"user_setting": "string"
}
}
}
],
"has_more": true,
"limit": 0,
"total": 0,
"page": 0
}