API
POST /send-sms
Authorization: Bearer 0daff7d8f71139845c0d8ca4da27f07ccccf1de8115eaff839ccbd30811a3897
Content-Type: application/json
{
"phone": "0722123456",
"message": "text mesaj"
}
curl -X POST https://web-pdm-valentin.gonganau.ro/send-sms \
-H "Authorization: Bearer 0daff7d8f71139845c0d8ca4da27f07ccccf1de8115eaff839ccbd30811a3897" \
-H "Content-Type: application/json" \
-d '{"phone":"0722123456","message":"test"}'