curl --request POST \
--url https://api.peere.network/v1/provider/merchants \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"merchants": [
{
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"address": "<string>",
"website": "<string>"
}
]
}
'