POST
/
login-customer
curl --request POST \
  --url https://api.craveup.com/v1/login-customer \
  --header 'Content-Type: application/json' \
  --data '{
  "identifier": "<string>",
  "customerName": "<string>"
}'

Body

application/json

Response

200

Successful login or registration.