POST
****https://voice.masivapp.com/delivery
Currently, the platform handles two (2) types of voices:
All requests must include a header called Authorization which must contain a Basic type HTTP authorization string, example For the user user with a password, a base64 string must be generated from the user: password preceded by the word Basic and a space, so our authorization string would be:
Basic dXNlcjpwYXNzd29yZA ==
Authorization example in postman:
With valid credentials