Authorization: ********************X-HashPay-Key: ********************curl --location 'https://api.hashpay.me/v1/organizations//members' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"userId": "string",
"roles": [
"string"
]
}
]
}