{
"userId": "string",
"type": "string",
"authorizedApps": [
"string"
],
"policies": [
"string"
]
}
curl --location --request POST 'https://core.authing.cn/api/v2/cooperators' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"type": "string",
"authorizedApps": [
"string"
],
"policies": [
"string"
]
}'
{
"code": 200,
"message": "添加成功"
}