'get_solo_orders',
'aff_id' => apm_get_session_value('apm_ses_user_login')
);
$args = array(
'body' => $postdata,
'timeout' => 45,
'redirection' => 5,
'httpversion' => '1.0',
'blocking' => true,
'headers' => array(),
'cookies' => array()
);
$response = wp_remote_post( $url, $args );
$resultList = $response['body'];
?>