curl --request POST \
--url https://api.example.com/api/personal/dump/bulk \
--header 'Content-Type: application/json' \
--data '
{
"entries": [
{
"text": "<string>"
}
]
}
'{
"entries": [
{
"created_at": "<string>",
"id": "<string>",
"text": "<string>",
"updated_at": "<string>"
}
],
"total": 123
}curl --request POST \
--url https://api.example.com/api/personal/dump/bulk \
--header 'Content-Type: application/json' \
--data '
{
"entries": [
{
"text": "<string>"
}
]
}
'{
"entries": [
{
"created_at": "<string>",
"id": "<string>",
"text": "<string>",
"updated_at": "<string>"
}
],
"total": 123
}