curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/kyb \
--header 'Content-Type: application/json' \
--data '{
"status": "approved"
}'
KYB Approval
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/business/{businessId}/kyb \
--header 'Content-Type: application/json' \
--data '{
"status": "approved"
}'