curl --request POST \
--url 'https://api.flashcat.cloud/member/invite?app_key=' \
--header 'Content-Type: <content-type>' \
--data '
{
"members": [
{
"email": "<string>",
"phone": "<string>",
"country_code": "<string>",
"member_name": "<string>",
"ref_id": "<string>",
"role_ids": [
123
]
}
]
}
'