cURL
curl --request POST \ --url https://my.momanic.com/api/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>" } '
{ "accessToken": "<string>" }
8
Login successful
Was this page helpful?