curl --request POST \
--url http://localhost/mogl/mogl-admin-dashboard/check-login \
--header 'Content-Type: application/json' \
--cookie mogl_session= \
--data '
{
"username": "jsmith@example.com",
"password": "<string>",
"captcha_code": "<string>"
}
'