curl --request POST \
--url http://localhost/mogl/mogl-compliance-backend/api/compliance/invite-user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"name": "<string>"
}
'