{
"members": [
{
"email": "string",
"phone": "string",
"country_code": "string",
"member_name": "string",
"ref_id": "string",
"role_ids": [
0
]
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/member/invite' \
--header 'Content-Type: application/json' \
--data-raw '{
"members": [
{
"email": "string",
"phone": "string",
"country_code": "string",
"member_name": "string",
"ref_id": "string",
"role_ids": [
0
]
}
]
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"items": [
{
"MemberID": 0,
"MemberName": "string"
}
]
}