curl --request POST \
--url https://api.example.com/v1/customer/auth/google/sessions \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"redirect_uri": "<string>",
"state": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1/customer/auth/google/sessions \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"redirect_uri": "<string>",
"state": "<string>"
}
'