Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/auth-service/v1/internal/event/organization-member-invite-rejected' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "auth",
"topic": "auth_login",
"event": "user-activity",
"timestamp": "2019-08-24T14:15:22.123Z",
"uid": "string",
"userRole": "user",
"body": {
"inviteCode": "string",
"accessToken": "string"
}
}'{
"status": "success",
"message": "string"
}