curl --request POST \
--url https://api.bleeprs.com/api/createContact \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"name": "Simpu",
"phoneNumber": "434576565446"
},
{
"name": "Dalu",
"phoneNumber": "435425324"
}
]
'