To reproduce, write an indented src_block restclient.
Example:
* ob-restclient parent
#+begin_src restclient
GET http://example.com
#+end_src
#+begin_src python
print("hello world")
#+end_src
- [ ] restclient block loses its syntax highlight
#+begin_src restclient
GET http://example.com
#+end_src
#+begin_src python
print("hello world")
#+end_src

To reproduce, write an indented
src_block restclient.Example: