Authorization: Bearer ********************
{ "corpId": "string", "provider": "string", "userGuids": [ "string" ] }
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/trusted/corps/departments/refresh' \ --header 'Content-Type: application/json' \ --data-raw '{ "corpId": "string", "provider": "string", "userGuids": [ "string" ] }'
{ "status": 0, "message": "string", "error": "string", "data": [ { "userGuids": [ "string" ] } ] }