Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "success": 1,
- "message": "Following are the categories!",
- "data": [
- {
- "category_id": "1",
- "category_name": "HAIR",
- "category_image": "http://localhost:8000/",
- "sub_category_name": "Haircut,Color,Rebonding"
- },
- {
- "category_id": "2",
- "category_name": "NAILS",
- "category_image": "http://localhost:8000/",
- "sub_category_name": "Pedicure,Manicure"
- },
- {
- "category_id": "3",
- "category_name": "MASSAGE",
- "category_image": "http://localhost:8000/",
- "sub_category_name": "Face,Body"
- }
- ]
- }
Add Comment
Please, Sign In to add comment