curl --location --request GET 'https://fullers.flamesware.com/api/v1/restaurant/stock/2' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"success": true,
"message": "OTP Verified",
"data": {
"user": {
"id": 5,
"fcm_token": null,
"restaurant_id": 2,
"restaurant_location_id": 2,
"name": "Syed Azlan Ali",
"email": "aazlanali0769119@gmail.com",
"email_verified_at": null,
"avatar": null,
"phone": "+923112507247",
"phone_verified_at": "2025-09-04T11:42:32.745929Z",
"otp": 12345,
"deleted_at": null,
"created_at": "2025-09-04T11:41:57.000000Z",
"updated_at": "2025-09-04T11:42:32.000000Z"
}
}
}