POST API https://XXXXXXXX.myshopify.com/admin/api/2023-04/fulfillments.json NOT WORKING

I am using below JSON to create fulfillment and getting error ‘Not Found’

{
“fulfillment”: {
“line_items_by_fulfillment_order”: [
{
“fulfillment_order_id”: 11111111111
}
],
“tracking_info”: {
“company”: “BORDER EXPRESS”,
“number”: “XXXXXXXX”,
“url”: “https://bexonline.borderexpress.com.au/Home/QuickTrack/XXXXXXX
},
“notify_customer”: true
}
}

Please help.
Thanks

https://community.shopify.com/c/shopify-apis-and-sdks/create-fulfilment-using-rest-admin-api/td-p/1717067