curl --location --request POST '/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 'max_use_per_campaign=""' \
--form 'max_use_per_costumer=""' \
--form 'companies=""' \
--form 'products=""' \
--form 'submission_types=""' \
--form 'submission_message=""' \
--form 'targets="target: number"' \
--form 'targets="reward_redeem_limit: number"' \
--form 'targets="reward_vault_id: string"'