optimalstrategy / sms_forwarder_app

An app for forwarding SMS messages
MIT License
55 stars 18 forks source link

Authorization: Bearer #12

Closed bilogic closed 2 years ago

bilogic commented 2 years ago

Hi, possible to enter header Authorization: Bearer <token> when calling a HTTP endpoint?

curl \
    --request POST \
    --header "Content-Type: application/json" \
    --header "Authorization: Bearer *************" \
    --data '{"json": "data"}' \
    https://example.com/url