If WP REST API is not working, you MUST update the AllowOverride All
Directive in hosting config.
directory.conf
<Directory "/home/USER_NAME/public_html">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>