curl --request POST \
--url https://api.craveup.com/api/v1/login-customer \
--header 'Content-Type: application/json' \
--data '{
"profilePicture": "https://cdn.example.com/avatar.jpg",
"identifierString": "user@example.com",
"customerName": "John Doe",
"provider": "google",
"lastName": "Doe"
}'