X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************{
"walletId": "string",
"externalAccountId": "string",
"status": "active"
}curl --location '/v2/stable/wallet/sub-wallet/change-status' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"walletId": "string",
"externalAccountId": "string",
"status": "active"
}'{
"walletId": "string",
"externalAccountId": "string",
"status": "string"
}