点击前往 活动页 领取免费余额!
Authorization: Bearer ********************
{
"clientId": "string",
"name": "string"
}
curl --location --request PUT 'https://api.multipost.app/extension/client' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"name": "string"
}'
{
"success": true,
"data": {
"id": "string",
"name": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"platformInfos": [
{}
]
}
}