This endpoint is to check your API request and test if it is working by authenticating the user.
post/authentication
Response
OK
Example response
{
"status": "success",
"message": "User Authenticated Successfully",
"organization_name": "Sample Organization Inc.",
"user_name": "John Doe",
"user_email": "john@worqhat.com",
"timestamp": 1687753142003,
"id": "a1146b58-a6fd-46a1-944c-3b1aad50d14b"
}