when i am using post method(curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_POSTFIELDS, $curl_post_data);) it give me result

stdClass Object
(
[id] => 501
) not a whole array
this is my api url