Authorization: Bearer ********************
x-api-key: ********************
curl --location --request PUT '/v2/user/change_product?product_code' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"active_product": "string"
}