POST
/apps/profile-api/customer/update
Secure storefront-safe endpoint for updating customer first name, last name, email, and phone through the backend.
{
"first_name": "Ada",
"last_name": "Lovelace",
"phone": "+14155550123",
"email": "ada@example.com"
}