Test the connection credentials for a given Connection.
curl --request GET \ --url https://api.leen.dev/v1/provisioning/organizations/{organization_id}/connections/{connection_id}/test \ --header 'X-API-KEY: <api-key>'
{ "is_valid": true, "message": "<string>" }