curl --request POST \
--url https://api.example.com/v1/customer-sessions/{sessionId}/select-product \
--header 'Content-Type: application/json' \
--data '
{
"productRef": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1/customer-sessions/{sessionId}/select-product \
--header 'Content-Type: application/json' \
--data '
{
"productRef": "<string>"
}
'