curl --location --globoff '{store_url}/api/v1//products/prod_123/questions' \
--data-urlencode 'name=Ahmed Ali' \
--data-urlencode 'email=ahmed@example.com' \
--data-urlencode 'question=Does this product come with a warranty?' \
--data-urlencode 'is_anonymous=false'"Question submitted successfully"