jquery & ajax getting data from php in wordpress . admin-ajax.php returns 400

Change your die( '0' ); to exit; and its work for you.

Better way to return json in wordpress is wp_send_json( $data, 200 )

read more here: https://developer.wordpress.org/reference/functions/wp_send_json/