curl -X POST '{backend_url}/auth/session' \
-H 'Authorization: Bearer {jwt_token}'Set the cookie session ID of a customer. The customer must be previously authenticated with the /auth/customer/{provider} API route first, as the JWT token is required in the header of the request.
curl -X POST '{backend_url}/auth/session' \
-H 'Authorization: Bearer {jwt_token}'OK
The authenticated customer's details.
The logged-in customer.
Show child attributes