Authorization: Bearer ********************curl --location --request GET '/split-transactions/<uuid>/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"invoice_id": "<uuid>",
"receiver": "<uuid>",
"amount": "<integer>",
"settlement_timing": "pre",
"id": "<uuid>",
"status": "success",
"scheduled_for": "<dateTime>",
"transaction_id": "<string>",
"created_at": "<dateTime>",
"updated_at": "<dateTime>"
}