curl --request POST \
--url https://sandbox-api.kotanipay.com/api/v3/kyc/address \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kycId": "<string>",
"street": "<string>",
"town": "<string>",
"country": "<string>"
}
'