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