curl --request POST \
--url https://api.example.com/api/v1/partner/transaction-history \
--header 'Content-Type: application/json' \
--header 'X-Partner-ID: <x-partner-id>' \
--header 'X-Signature: <x-signature>' \
--data '
{
"limit": 123,
"offset": 123
}
'