curl --request POST \
--url https://api.craveup.com/api/v1/login-customer \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"identifierString": "[email protected]",
"customerName": "John Doe",
"profilePicture": "https://cdn.example.com/avatar.jpg",
"provider": "google",
"lastName": "Doe"
}
'