Authorization: Bearer ********************curl --location --request POST '/desktop/transactions/send-reminder/1757614' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "smartdevs17@gmail.com",
"type": "reminder"
}'{}