Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8000/api/v1/send-payment-receipt' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""' \ --form 'phone="6281249553534"'
{}