curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/organizations//invites' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "new.user@example.com",
"role": "MEMBER"
}'
{
"accepted_at": "2023-10-27T10:00:00Z",
"created_at": "2023-10-26T14:00:00Z",
"email": "invited.user@example.com",
"expires_at": "2023-11-02T14:00:00Z",
"id": "f6a7b8c9-d0e1-f234-5678-90abcdef0123",
"invited_by": "b2c3d4e5-f6a7-8901-2345-67890abcdef0",
"organization_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"role": "MEMBER",
"status": "pending"
}