{
"ids": ["65678a62-3862-47d9-b8e7-9420ac999616"],
"status": 1
}curl --location --request PATCH 'http://prod-cn.your-api-server.com/consoleapi/extensions/batch-status' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": ["65678a62-3862-47d9-b8e7-9420ac999616"],
"status": 1
}'{
"code": 0,
"message": "string",
"data": {
"items": [
{
"id": 0,
"username": "string",
"nickname": null,
"email": null,
"phone": null,
"avatar": null,
"status": 0,
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0,
"totalPages": 0
},
"timestamp": 0
}