curl --location --request PUT '/rewards/' \
--header 'Authorization: Bearer $TOKEN' \
--form 'name=""' \
--form 'description=""' \
--form 'customer_enabled=""' \
--form 'customer_relation_point=""' \
--form 'seller_enabled=""' \
--form 'seller_relation_point=""' \
--form 'start_at=""' \
--form 'end_at=""' \
--form 'max_consumption=""' \
--form 'min_consumption=""' \
--form 'submission_types=""' \
--form 'submission_message=""' \
--form 'max_user_per_campaign=""' \
--form 'max_user_per_costumer=""' \
--form 'companies=""' \
--form 'products=""' \
--form 'targets=""'