curl --request PUT \
--url https://www.pushlapgrowth.com/api/v1/sales \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"saleId": 123,
"name": "<string>",
"email": "[email protected]",
"totalEarned": 123,
"commissionRate": 123
}'