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