curl --location -g --request GET 'https://.daftra.com/api2/listing/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'
{
"code": 200,
"result": "successful",
"data": {
"Listing": {
"1": "title1",
"2": "title2"
}
}
}