enter image description hereI want to know how to access session_id in cookie for curl api, i want to get session_id and pass to next api, in postman cookie session_id
CURLOPT_HTTPHEADER => array( 'Accept: application/json', 'Content-Type: application/json', 'Cookie: session_id=be9efc76dc826a6112b9c1788b87e328aeb2f9d0' ),
I tried cookie jar and it was not working fro me