Authorization: Bearer ********************
{
"shares": [
{
"member_uid": "abcdefghijkl",
"amount": "12.33"
}
]
}
curl --location --request POST '/api/v2/ktties//disburse-funds' \
--header 'Content-Type: application/json' \
--data-raw '{
"shares": [
{
"member_uid": "abcdefghijkl",
"amount": "12.33"
}
]
}'
{}