Authorization: Bearer ********************curl --location -g --request POST '{{system_user_url}}/grn/goods-receipt-note/2/create-disbursement' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'receiver_user_type="normal"' \
--form 'receiver_user_id="1"' \
--form 'note="ملاحظة الصرف"' \
--form 'materials[0][id]="1"' \
--form 'materials[0][quantity]="5"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}