@ajay_api: As @hector_borras suggested, you should provide the POST request using twurl.
In any case, here is an example:
$ twurl -X POST -H ads-api.twitter.com "/2/stats/jobs/accounts/awj1s?granularity=DAY&start_time=2014-03-11&end_time=2014-03-18&entity=LINE_ITEM&entity_ids=14q4a&metric_groups=BILLING&placement=ALL_ON_TWITTER&segmentation_type=GENDER"
{
"request": {
"params": {
"start_time": "2014-03-11T07:00:00Z",
"segmentation_type": "GENDER",
"entity_ids": [
"14q4a"
],
"end_time": "2014-03-18T07:00:00Z",
"placement": "ALL_ON_TWITTER",
"granularity": "DAY",
"entity": "LINE_ITEM",
"metric_groups": [
"BILLING"
]
}
},
"data": {
"start_time": "2014-03-11T07:00:00Z",
"segmentation_type": "GENDER",
"url": null,
"id_str": "907686333371506688",
"entity_ids": [
"14q4a"
],
"end_time": "2014-03-18T07:00:00Z",
"country": null,
"placement": "ALL_ON_TWITTER",
"id": 907686333371506688,
"expires_at": null,
"account_id": "awj1s",
"status": "PROCESSING",
"granularity": "DAY",
"entity": "LINE_ITEM",
"created_at": "2017-09-12T19:24:20Z",
"platform": null,
"updated_at": "2017-09-12T19:24:20Z",
"metric_groups": [
"BILLING"
]
}
}
$ twurl -H ads-api.twitter.com "/2/stats/jobs/accounts/awj1s?jobs_ids=907686333371506688"
{
"request": {
"params": {}
},
"next_cursor": null,
"data": [
{
"start_time": "2014-03-11T07:00:00Z",
"segmentation_type": "GENDER",
"url": "https://ton.twimg.com/advertiser-api-async-analytics/BR8DrfsF465noH9qOes50CLvoztL6vwvvEfXT1gBSAOaF2i8253Uix65JdLYOWRgww7LdNVJCTLhEL5z5-roIgvwDefmyeeOsk5tlaGtwA-ixe-Pl2I5ZuwYoI-M0ARZ.json.gz",
"id_str": "907686333371506688",
"entity_ids": [
"14q4a"
],
"end_time": "2014-03-18T07:00:00Z",
"country": null,
"placement": "ALL_ON_TWITTER",
"id": 907686333371506688,
"expires_at": "2017-09-14T19:24:22Z",
"account_id": "awj1s",
"status": "SUCCESS",
"granularity": "DAY",
"entity": "LINE_ITEM",
"created_at": "2017-09-12T19:24:20Z",
"platform": null,
"updated_at": "2017-09-12T19:24:22Z",
"metric_groups": [
"BILLING"
]
}
]
}
url is not null.
Please let us know if this resolves the issue. If not, please provide the exact repro steps.