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

Body

application/json

用于认证的用户信息

The body is of type object.