POST
/
auth
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>"
}'

Body

application/json

User credentials for authentication

The body is of type object.