点击前往 活动页 领取免费余额!
Authorization: Bearer ********************
{
"targetClientId": "cmd5qsrfd00036hsmokswv5ye",
"taskType": "DRAFT_POST",
"taskData": {
"draftId": "cmd5r2t560001itqgy7n7o0tt",
"platforms": [
{
"name": "DYNAMIC_X"
}
],
"timestamp": 27474647
}
}
curl --location --request POST 'https://api.multipost.app/extension/task' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetClientId": "cmd5qsrfd00036hsmokswv5ye",
"taskType": "DRAFT_POST",
"taskData": {
"draftId": "cmd5r2t560001itqgy7n7o0tt",
"platforms": [
{
"name": "DYNAMIC_X"
}
],
"timestamp": 27474647
}
}'
{
"success": true,
"data": {
"taskId": "string",
"status": "PENDING"
}
}