curl --location --request POST 'https://app.plant-for-the-planet.org/app/donations' \
--header 'Content-Type: application/json' \
--header 'X-TOKEN-API: OSTrwGx0ia' \
--header 'IDEMPOTENCY-KEY: eYAOct20EQ' \
--data-raw '{
"purpose": "trees",
"prePaid": true,
"onBehalf": true,
"project": "proj_WZkyugryh35sMmZMmXCwq7YY",
"treeCount": 150, "donor": {
"firstname": "Tom Tree",
"email": "tom@pp.eco",
"address": "Saint-Germain-des-Prés",
"zipCode": "134003",
"city": "Paris",
"country": "FR"
}
}'