curl --request POST \
--url https://crypto.westminister.tech/api/v1/auth/otc/hedge-notes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"otc_deposit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"otc_withdrawal_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"note_type": "<string>",
"reference": "<string>",
"amount": "<string>",
"currency": "<string>"
}
'