Authorization: Bearer ********************
curl --location --request POST '/campaigns//donate' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "", "email": "", "amount": 0, "note": null }'
{}