apiKey header. Use this to confirm which partner identity is active for the request and to retrieve metadata such as the partner’s wallet address, slug, and configuration. No request body is required; the endpoint simply reflects the authenticated partner record.curl --location --request GET '/partners/current'{
"name": "string",
"roles": [
"AGGREGATOR"
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"slug": "string",
"wallet_address": "string",
"charge_fee_percentage": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}