settlements.read_write
{ "reference_id": 9363145, "amount": 120.21 }
curl --location --request POST 'https://api.salla.dev/admin/v2/settlements/instant' \ --header 'Content-Type: application/json' \ --data-raw '{ "reference_id": 9363145, "amount": 120.21 }'
{ "status": 201, "success": true, "data": { "id": 587246469, "reference_id": 385748, "amount": 200, "status": "pending" } }